home *** CD-ROM | disk | FTP | other *** search
- import java.util.TimerTask;
-
- // $FF: renamed from: j
- public class class_0 extends TimerTask {
- // $FF: renamed from: a d
- public d field_0;
-
- public class_0(d var1) {
- this.field_0 = var1;
- this.field_0.aw = System.currentTimeMillis();
- }
-
- public void run() {
- switch (this.field_0.ao) {
- case 1:
- this.field_0.b();
- case 2:
- default:
- break;
- case 3:
- if (System.currentTimeMillis() - this.field_0.aw >= 1500L) {
- this.field_0.f();
- }
- break;
- case 4:
- if (System.currentTimeMillis() - this.field_0.aw >= 1000L) {
- this.field_0.ao = 1;
- this.field_0.aw = System.currentTimeMillis();
- }
- break;
- case 5:
- this.field_0.c();
- break;
- case 6:
- if (System.currentTimeMillis() - this.field_0.aw >= 1500L) {
- this.field_0.h();
- }
- }
-
- }
- }
-